首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
localtime
localtime
取得本地時間
名稱:
localtime
分類:
日期和時間
所屬語言:
php
一句話介紹:
返回本地時間。
相關內容
localtime() 和gmdate() 的差異及適用場景對比
1
使用localtime() 與strftime() 實現時間格式化
4
同類函數
date_isodate_set
date_isodate_set
DateTime::setISODate
timezone_name_get
timezone_name_get
DateTimeZone::getNam
timezone_name_from_abbr
timezone_name_from_abbr
從縮寫返回時區名稱
checkdate
checkdate
驗證公曆日期
microtime
microtime
返回當前的Unix時間戳,以及微秒數
timezone_offset_get
timezone_offset_get
DateTimeZone::getOff
strtotime
strtotime
將任何英文文本日期時間描述解析為Unix
time
time
返回當前的Unix時間戳
熱門文章
使用localtime() 與strftime() 實現時間格式化
localtime() 和gmdate() 的差異及適用場景對比